home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / zkuste / delphi / kompon / d23456 / COOLTRAY.ZIP / doc / History - SimpleTimer.txt < prev    next >
Text File  |  2002-10-29  |  1KB  |  32 lines

  1. SimpleTimer, ver. 2.0.0
  2.  
  3.  
  4. - ver. 2.0.0: Major restructuring. Big thanks go to mikk from Hungary 
  5.   for contributing with suggestions and code. Changes in 2.0.0 include:
  6.   * The Start and Stop methods have been replaced with Enabled and Interval 
  7.     properties, so SimpleTimer resembles TTimer more closely.
  8.   * The callback method is replaced by an OnTimer event.
  9.   * Added AutoDisable and CallBackMethod properties.
  10.   * Added two stand-alone methods.
  11.   +++++ See convert_st_projects.txt if you are using SimpleTimer already +++++
  12.  
  13. - ver. 1.0.3: Reintroduced reference to the Forms unit, as it was needed
  14.   by Delphi 5 and below (doh!).
  15.  
  16. - ver. 1.0.2: Removed reference to the Forms unit.
  17.  
  18. - ver. 1.0.1: Removed exception handling from the WndProc method as it
  19.   would catch any and all exceptions, including the ones which were
  20.   supposed to be thrown. Thanks to George Mealer for telling me.
  21.  
  22. - ver. 1.0.0: First release.
  23.  
  24.  
  25.  
  26. If you have any comments or corrections, I would very much like to 
  27. hear them.
  28.  
  29. Troels Jakobsen
  30. delphiuser@get2net.dk
  31.  
  32.